home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / wterm107.zip / PCZMOUSE.ZIP / PCZMOUSE.DOC < prev    next >
Text File  |  1991-03-30  |  4KB  |  102 lines

  1.                             PCZMOUSE
  2.  
  3.          PCZMOUSE is a Logitech mouse menu for use with the PCZ
  4.          external protocol driver by Drue Kennon and Gary Smith.
  5.          Since it is Microsoft (tm) compatible, it should work with a
  6.          good many mice.
  7.  
  8.          PCSMOUSE will shell to DOS and run PCZ in the menu mode with
  9.          the parameters in the PCZ.CFG file. The shell to DOS function
  10.          is defined in this menu as ALT J for use with WTERM but that
  11.          be changed easily be changed with the .DEF file included.
  12.          When filenames are needed, PCZ will pause waiting for them to
  13.          be entered.
  14.  
  15.          This menu calls PCZM.BAT which then runs PCZ in menu mode.
  16.          PCZM.BAT ends with an "EXIT" command which drops you back
  17.          into your comm program.
  18.  
  19.          Files included in PCZMOUSE:
  20.  
  21.          PCZMOUSE.DOC  This file
  22.          PCZ.DEF       The menu source
  23.          PCZ.CFG       Example PCZ.CFG
  24.          PCZ.MNU       Compiled menu file
  25.          SETUP         SET statements
  26.          PCZM.BAT      Batch file to run PCZ in menu mode and do an
  27.                        EXIT back to the comm program.
  28.  
  29.  
  30.          Setting up PCZMOUSE
  31.  
  32.          Be sure to use an ASCII editor to edit the following files --
  33.          NOT a word processor that will throw in extra formating
  34.          characters.
  35.  
  36.          First, if you haven't already done so, include the following
  37.          three commands in your AUTOEXEC.BAT file:
  38.  
  39.          MOUSE
  40.          MENU
  41.          CLICK
  42.  
  43.          NOTE:  These commands are for the Logitech mouse.  Your mouse
  44.          may require different commands.
  45.  
  46.          You now need to add some set commands to AUTOEXEC.BAT that
  47.          PCZ needs.  SETUP contains an example of the commands to add:
  48.  
  49.          PCZDIR=C:\WTERM\
  50.          PCZLOG=C:\WTERM\
  51.          PCZPORT=1
  52.          PCZSPEED=2400
  53.  
  54.          Substitute your drive and path for C:\WTERM\ above.
  55.  
  56.          Edit your CLICK.SRC file so that the menu will automatically
  57.          be loaded with the program you intend to use PCZMOUSE with.
  58.          Add the following example line to CLICK.SRC:
  59.  
  60.          WTERM menu 3button
  61.  
  62.          If your mouse is a microsoft(tm) compatible mouse and you
  63.          don't need to change the shell to DOS command, rename PCZ.MNU
  64.          to the name of your comm program with a .MNU extension and
  65.          place it in your comm program directory or in the directory
  66.          where your other .MNU files are located and you are ready to
  67.          give it a try.  Otherwise, read on.
  68.  
  69.  
  70.          Changing the Shell To DOS key
  71.  
  72.          In place of WTERM above, use the name of your comm program
  73.          instead.  Then rename PCZ.DEF to the name of your comm
  74.          program with a .DEF extension; Example:  WTERM.DEF
  75.  
  76.          If your comm program uses an ALT key other than ALT-J, edit
  77.          the .DEF file and change the following line:
  78.  
  79.          CALL:   TYPE 0,36,"PCZM",ENTER
  80.  
  81.          0,36 is the code for an ALT-J.  Consult your Logitech User's
  82.          manual for the ALT key your program uses.  Example:  Qmodem
  83.          uses ALT-R for a shell.  An ALT-R is a 0,19 so change the
  84.          CALL line above to:
  85.  
  86.          CALL:   TYPE 0,19,"PCZM",ENTER
  87.  
  88.          When finished, compile the menu with NEWMENU:
  89.  
  90.          NEWMENU WTERM.DEF
  91.  
  92.          Make sure all these files, PCZ, and your .MNU file is in your
  93.          comm program's directory.
  94.  
  95.          You are now ready to load your comm program and give it a
  96.          test.  When you are able to click the left mouse button,
  97.          select up or download, select a protocol and PCZ loads, you
  98.          are ready to call a board and give it a real test.
  99.  
  100.          \/\/alter Cox
  101.  
  102.